home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 February / PCWorld_2002-02_cd.bin / Software / Vyzkuste / rychlokurz / dream406.exe / {app} / Scripts / Paegas.sms < prev   
Encoding:
Text File  |  2001-11-26  |  821 b   |  40 lines

  1. # Skript pro SMS branu Paegas
  2. # Verze 1.0
  3.  
  4. Param
  5.   Version 1.0
  6.   CountryCode 420
  7.   Prefixes 603;604;605;73
  8.   FirstMsgSize 153
  9.   OtherMsgSize 156
  10.   MsgCount 5
  11.   MsgTime 120
  12. End
  13.  
  14. AoD
  15.   On email=\%MyEmail%
  16.   Off email=
  17. End
  18.  
  19. Flash
  20.   On mtype=2
  21.   Off mtype=1
  22. End
  23.  
  24. GetPage
  25.   URL http://sms.paegas.cz/cgi-bin/sms/wwwsms
  26.   Message NaΦφtßm ·vodnφ strßnku.
  27. End
  28.  
  29. GetPage
  30.   URL http://sms.paegas.cz/cgi-bin/sms/wwwsms?prefix=\%Prefix0%&number=\%PhoneNP%&text=\%Message%&submit=Odeslat&cntr1=777&cntr2=0&cntr3=1+z+5&\%Flash%&\%AoD%
  31.   Referer http://sms.paegas.cz/cgi-bin/sms/wwwsms
  32.   Message Posφlßm zprßvu.
  33. End
  34.  
  35. Msg
  36.   if "va odesl" Print "Zprßva byla ·sp∞Ün∞ odeslßna." Success
  37.   if "zkuste to za" Error "Zprßva bude odeslßna pozd∞ji." Queue
  38.   if "nka vypr" Error "Strßnka vyprÜela." Retry
  39. End
  40.